syntactic method meaning in English
语法方法
Examples
- Using syntactic methods rather than libraries can give you better code in the long run since the compiler and jvm , working together , can perform optimizations that would be difficult or impossible with a library approach
这是因为编译器和java虚拟器( jvm )能一同优化程序代码,而这些优化对于类库中的代码是很难或无法实现的。